home *** CD-ROM | disk | FTP | other *** search
- /* RESUME WRITING
-
- This script creates a job resume, with a name at the top of the screen,
- followed by three job titles, and a sentence describing each job.*/
- /* -------------------------------------------------------------------
- This section describes the form */
-
- resume:{
-
-
- $name
-
- $job
-
- $job
-
- $job
-
- }
- ;
-
- /* -------------------------------------------------------------------
- This creates a name for the top of the page */
-
- name: {$first $middle $last};
-
- first!u: {Quentin} | {Marcia} | {Andrew} | {Josh} | {Bob} | {Silas} |
- {Hubert} | {Polly} | {Mary Sue Elizabeth} | {Babs} | {Jason} |
- {Jessica} | {Dillon} | {Jeffrey} | {Lindsey} | {Buffy} | {Marian}
- | {Joe Bob} | {Spiro} | {Tom} | {Saddam} | {Randy} ;
-
- middle!u: {E.} | {X.} | {S.} | {Q.} | {P.} | {J.} | {T.} ;
-
- last!u: {Johnson} | {Smyth-Jones} | {Doughi} | {Brown, Jr.} | {Quigley} |
- {Banks, III} | {Carlson} | {Quayle} | {Nixon} | {Agnew} |
- {Hussein} ;
-
- job:
- {
- $title. $firm
- $verb $noun $prep.}
- ;
-
- /* -------------------------------------------------------------------
- The job title */
-
- title: {$t1 $t2} ;
-
- t1!u: {Senior}
- |{Marketing}
- |{Product}
- |{Extrusion}
- |{Sanitation}
- |{Marketing Communications}
- |{Construction}
- |{Customer Support}
- |{Supervisor}
- |{Order Entry}
- |{Shipping}
- |{Roofing}
- |{Massage}
- |{Human Resources}
- |{Night}
- |{Sales}
- |{Accountant}
- |{Account}
- |{Gas}
- |{Carpet}
- |{Journeyman}
- |{Manufacturing}
- |{Dental}
- |{Fry}
- |{Food Service}
- |{Hair}
- |{Legal}
- |{Parking}
- |{Mail}
- ;
-
- t2!u: {Software Engineer}
- |{Stylist}
- |{Secretary}
- |{Attendant}
- |{Attendant}
- |{Cleaner}
- |{Cook}
- |{Technologist}
- |{Mechanic}
- |{Assistant}
- |{Plasterer}
- |{Representative}
- |{Superintendent}
- |{Instructor}
- |{Manager}
- |{of Strategic Planning & Development}
- |{Receptionist}
- |{Analyst}
- |{Assembler}
- |{Technician}
- |{Engineer}
- |{Manager}
- |{Trainee}
- |{Specialist}
- |{Clerk}
- |{Clerk}
- |{Watchman}
- |{Secretary}
- |{Administrator}
- |{Executive}
- |{Manager}
- |{Therapist}
- ;
-
- /* -------------------------------------------------------------------
- A three word company name */
-
- firm: {$f1 $f2 $f3}
- ;
-
- f1!u: {Photon}
- |{International Business}
- |{Pussycat}
- |{Bob's}
- |{Rub-a-dub}
- |{General}
- |{International}
- |{Pussycat}
- |{Specialty}
- |{Laser}
- |{Best}
- |{Golden Crown}
- |{International House of}
- |{Kopper}
- |{Centennial}
- |{American}
- |{Northwest}
- ;
-
- f2!u: {Controls}
- |{Machines}
- |{Transit}
- |{Health Care Center}
- |{Motel}
- |{Kitchen}
- |{Restaurant}
- |{Burgers}
- |{Car Wash}
- |{Motors}
- |{Harvester}
- |{Systems}
- |{Hotel}
- |{Bed & Breakfast Inn}
- |{Insurance}
- |{Realty}
- |{Trucking}
- |{Engineering}
- |{Diner}
- |{Contractors}
- |{Technology}
- |{Services}
- |{Val-u}
- |{Tools}
- |{Pancakes}
- |{Tech}
- ;
-
- f3!u: {Inc.}
- |{Corp.}
- |{Ltd.}
- |{Co.}
- ;
-
- /* -------------------------------------------------------------------
- the verb beginning the sentence that describes the job */
-
- verb!u: {Managed}
- |{Supervised}
- |{Designed}
- |{Assembled and tested}
- |{Cleaned}
- |{Handled}
- |{Coordinated}
- |{Fabricated}
- |{Defined and implemented}
- |{Delivered}
- |{Administered}
- |{Was responsible for}
- ;
-
- /* -------------------------------------------------------------------
- the noun in the middle of the sentence */
-
- noun!u: {staff}
- |{project}
- |{knowledge}
- |{10-line switchboard}
- |{40 man-year project}
- |{breakfast shift}
- |{complete customer satisfaction}
- |{marketing research}
- |{five units}
- |{sheet metal}
- |{new product development}
- |{test instrumentation}
- |{quality control}
- |{sales channels}
- |{major accounts}
- |{truck}
- |{stockroom}
- |{cash register}
- |{general ledger}
- |{design engineering}
- |{housekeeping}
- |{bookkeeping}
- |{purchasing}
- ;
-
- /*
- -------------------------------------------------------------------
- the prepositional phrase completing the sentence */
-
- prep!u: {concerning nuclear power supplies}
- |{for estimating and meeting schedules}
- |{on time and under budget}
- |{in cheerful, professional mannner}
- |{of 20 mechanical engineers}
- |{with menu ranging from waffles to grill}
- |{reporting to management}
- |{of 12 surly waitresses and busboys}
- |{for 50 products}
- |{with 4 pumps}
- |{using MRP software system}
- |{for busy orthodontic practice}
- |{with hydraulics}
- |{for licensed radiologist}
- |{with good work habits, and clean, neat appearance}
- |{including 10-key data entry}
- |{operating small VAX cluster}
- ;